home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
5 Star Games: DOS Edition 2
/
5 Star Games - DOS Edition (1995)(Ready to Run).iso
/
games
/
sports
/
bbasebal
/
manual.bat
< prev
next >
Wrap
DOS Batch File
|
1994-01-15
|
147b
|
9 lines
echo off
cls
echo You are about to copy the documentation to your printer
pause
echo Printing......
copy *.doc prn
echo All done.
echo on